<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*通用*/
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/}
.pointer{cursor:pointer}
.center{text-align: center}
.floatleft{float:left}
.floatright{float:right}
.marginboth{margin:0 auto;}
.overflowhidden{overflow: hidden}
.disblock{display: block}
.a-none{text-decoration: none!important;color:inherit;}
.absolute{position: absolute}
.relative{position: relative;}
.relative-or{position: relative;}
.padding1{margin:1rem 2rem;}
.inlineblock{display: inline-block}
a{text-decoration: none;color: inherit;}


/*导航栏*/
.home-column{}
.home-column-con{
	margin-top: 45px ;
	margin-bottom:45px;
}
.navbar-form{position: relative;}
.navbar-form button{
	position: absolute;
    top: 0;
    right: 0;}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus{
	color:#c7000b;background-color:white;
}


.navbar-collapse ul li a:after{ 
	content: "/" ;
	position: absolute;
    margin-left: 13px;
	font-size: 18px;
}
.container-news{width:1750px;}

.nanbar{
position: absolute;
top: 10px;
width: 100%;
z-index: 100;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.nav-mp-Menu{width: 30px;height: 40px;position: relative;display: none;top: 50%;display: none;margin-top: 10px;cursor: pointer;}
.nav-mp-Menu span:nth-child(1){ top: 15px;}
.nav-mp-Menu span:nth-child(2){ top: 22px;}
.nav-mp-Menu span:nth-child(3){ top: 22px;}
.nav-mp-Menu span:nth-child(4){ top: 29px;}

.nav-mp-intro span:nth-child(1){top: 22px; width: 0;left: 50%;}
.nav-mp-intro span:nth-child(2){ -webkit-transform: rotate(45deg);transform: rotate(45deg);}
.nav-mp-intro span:nth-child(3){ -webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.nav-mp-intro span:nth-child(4){    top: 22px;width: 0;left: 50%;}


.nav-mp-Menu span{

  display: block;
    position: absolute;
    height: 0.25rem;
    width: 1.625rem;
    background-color: #524F53;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}



.nav-bar&gt;li{float:left;}
.nav-bar&gt;li&gt;span{
width:85px;
height:70px;
display:block;
text-decoration: none;
color:#202020;
text-align:center;
font-size:13px;
    display: flex;
    align-items: center;

}

.nav-bar&gt;li&gt;span&gt;a{
width: 100%;
display:block;
line-height:32px;
height: 32px;
border: 1px solid rgba(0, 0, 0, 0);

}


.nav-bar&gt;li&gt;span:hover &gt;a{
	border:1px solid #000000;
}

.nav-hover{ }
.nav-hover&gt;a{font-weight: bold;color:#c50001!important;}

.nav-bar:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.nav-bar{margin-left:62px;position: relative;}
.navbar-header{line-height:70px;}

.navbar-header img{width:154px;height:40px;}





.nav-bar&gt;li:last-of-type &gt;a:after{ 
  content: "" ;

}

.seach{
  width:30px;
  height:30px;
  background: rgba(255, 255, 255, 0);
  border:0;
  position: absolute;
  top:0;
  right:0;}


.down-nav{
height:0;
  width:600px;
  position: absolute;
  z-index: 4;
  overflow:hidden;
    left: 0px;
    transition: all 0.5s;
	background:#ffffff;
box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.57) inset;

}

.down-nav&gt;ul{

    width: 100%;
    height: 100%;
border:1px solid #010000;
padding:18px 20px 20px;
	
}



.down-nav&gt;ul:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


.down-nav&gt;ul&gt;li{

width:33.333%;
border-bottom:1px solid #dfdfdf;
float:left;
line-height:30px;
font-size:12px;
color:#666666;
    padding:0 20px;
cursor: pointer;

}

.down-nav&gt;ul&gt;li&gt;a:before{
display: inline-block;
content:" ";
width:14px;
height:14px;
background:url(/Content/images/nav-ico1.svg);
background-size:100%;
margin-right:10px;
position: relative;
    top: 3px;
}

.down-nav&gt;ul&gt;li&gt;a:hover:before{

background:url(/Content/images/nav-ico2.svg);
background-size:100%;
}

.nav-bar&gt;li:hover&gt;.down-nav1{height:170px;}
.nav-bar&gt;li:hover&gt;.down-nav2{height:71px;}
.nav-bar&gt;li:hover&gt;.down-nav3{height:195px;}
.nav-bar&gt;li:hover&gt;.down-nav4{height:71px;}
.nav-bar&gt;li:hover&gt;.down-nav5{height:71px;}
.nav-bar&gt;li:hover&gt;.down-nav6{height:102px;}





.down-nav&gt;li&gt;a{position: relative;}




.down-pro{width:300px;}

.seach:after{
  display: inline-block;
    font-family: iconfont;
    font-style: normal;
     content: "\e602";
     font-size: 16px;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color:#c7000b;

}

.seachico{
margin-top:5px;
  cursor: pointer;
   margin-right: 15px;
    display: none;
}

.seachico:after{
  display: inline-block;
    font-family: iconfont;
    font-style: normal;
     content: "\e606";
     font-size: 30px;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color:#c7000b;
    
}

.ma-down-nav{
    width:100%;
    height:0;
    position: absolute;
    top:70px;
   left: 0;
   background:white;
   z-index: 11;
   overflow:hidden;
display: none;
  }

.ma-down-nav ul{}

.ma-down-nav ul li{
    line-height:50px;
  text-align: center;
  color:#383838;
  font-size:18px;
  font-weight: bold;
  border-bottom: 2px solid #f3f0eb;
  cursor: pointer;
}

.ma-down-nav ul li:hover{color:#ca000b;}
.ma-down-nav ul li:first-of-type{border-top:5px solid #f3f0eb;}
.ma-down-nav ul li:last-of-type{border-bottom:5px solid #f3f0eb;}
/*轮播图*/



.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
  margin: 0 ;
  padding: 0;
}


.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }




.flexslider {
  position: relative;
  zoom: 1;
  
  background: #ffffff;




  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}


.flex-container {

}

.flexslider .slides { zoom: 1; }




.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: -17px 0 0 0;
  width: 35px;
  height: 35px;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9999;
display:none;
  background-color: #82d344;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
  background-image: -webkit-linear-gradient(top, #82d344, #51af34);
  background-image: -moz-linear-gradient(top, #82d344, #51af34);
  background-image: -o-linear-gradient(top, #82d344, #51af34);
  background-image: linear-gradient(to bottom, #82d344, #51af34);
}

.flex-direction-nav a:before {
  display: block;
  position: absolute;
  content: '';
  width: 9px;
  height: 13px;
  top: 11px;
  left: 11px;
  background: url(../images/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 35px;
}

.flex-direction-nav .flex-next {
  right: -5px;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
  left: -5px;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
  right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #31611e;
}

.flex-direction-nav .flex-prev:after {
  left: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #31611e;
}




.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  z-index: 2;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin:0 3px;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color:white;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;


}

.flex-control-paging li a.flex-active {
  background-color: #c7000b;
  

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



/* Captions */
/*.flexslider .slides &gt; div {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;

  margin: 0;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
  background:url(../images/01.png)no-repeat;
  background-size:100% 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  top: 0;
    width: 100%;
    z-index: 2;
}*/

div.fud {
  display: block;
  position: absolute;
  /*left: 0;*/
  bottom: 0;

  margin: 0;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
  background:url(../images/01.png)no-repeat;
  background-size:100% 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  top: 0;
    width: 100%;
    z-index: 2;
}



.news-far {
    margin-bottom: 16px;
    font-size: 18px;
    padding: 0 36px;

}
.news-time {
    color: #898989;
        padding: 0 36px;
}
.news-son {
    width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    color: #b4b4b4;
    text-align: justify;
padding:0 36px
}

.news {
    font-size: 24px;
    color: #c7000b;
    padding: 22px 36px 20px;
    font-weight: normal;
}

.quality{    font-size: 24px;
    color: #c7000b;
    padding: 22px 0 20px;
    font-weight: normal;}

.quality-son{    width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    color: #b4b4b4;
    text-align: justify;

  }


.flash{font-size:25px;color:#a89e89;margin:0;padding:22px 36px 20px;font-weight: normal;}
.flash-son{line-height:40px;font-size:16px;color:#a89e89;border-bottom:1px solid #a39b8c;margin:0 36px;position: relative;}
.flash-son:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #c7c1b6;
    position: absolute;
    right: 10px;
    content: "\e601";
    transition: all 1s;
}

.flash-son:hover:after{

 right: 0px;
}

.home-column-con div .row{margin-left:-10px ;margin-right:-10px;}
.column-tw-both div .row{margin-left:-10px ;margin-right:-10px;}
/*第二个模块*/
.column-tw {
    background: #f0ede7;
    
}
.column-tw-both{
margin:40px -15px 40px;
}

.column-tw-sun {
    min-height:413px;
    background: white;
    border: 1px solid #dcdddd;
}

.column-tw-sun&gt;div{
  padding: 1rem 2rem;
  position: relative;
}


.home-son{
	 height:116px;
	 font-size: 14px;
    color: #b4b4b4;
    text-align: justify;
    overflow: hidden;

  }
.home-news{
	font-size: 24px;
    color: #c7000b;
    margin-bottom: 16px;
}
.look{text-align:right;}
.look a{text-decoration: none;color:black}
.look a:hover{color:#c7000b;} 

.nanbar-ss{display:none;}
/*第三个模块*/


.load-more{
      width: 150px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    background: #d0d0d0;
    cursor: pointer;

}

.load-more:hover{

    background: #a8282d;
    color: white;
}

/*中下*/
.looktwo a:hover{color:#c7000b;}
.prduct-looker{background:white;width:100%;}

.prduct-looker p:nth-child(1){margin:22px 0 0 30px;font-size:34px;color:#c7000b;}

:first-child;
.video-img{top: 4px;width: 130px;right: 5px;display: flex;justify-content: space-between;}
.ij{margin-left: 8px;}

.dis-cal{float:left}




/*底部*/
.foot-menu{margin-bottom: 38px; }
.foot-menu dd:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #c7000b;
    position: relative;
    left: -2px;
    content: "\e61d";
    transition: all 0.5s;
}
.foot-po {
    padding-bottom:20px;
}
.cal-both{width:91.5%;}
.foot-po dl {
    
    float: left;
  margin-top:36.8px;

}

.foot-menu dl {
    /*width:100px;*/
    float: left;
  margin-top:20px;
margin-left:30px;
}

.foot-po dt {
  
  font-size: 16px;
    color:white;
  font-weight:bold;
  margin-bottom:24px;
  
}
.foot-po dt a,.foot-po dd a{
  text-decoration: none;
  color: white;
}
.foot-menu dt {
  
  font-size: 16px;
    color:#c7000b;
  font-weight:bold;
  margin-bottom:24px;
  
}

.foot-po dd {
  color: white;
  font-size: 14px;
  margin-bottom:8px;
  
}

.foot-menu dd {
  /*width:90px;*/
  color: #221815;
  font-size: 12px;
  margin-bottom:9.6px;
  /*float:left;*/
}

.foot-list{width: 18.8%;height:100%;}




.foot-menu:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


.bottom-sj{margin-bottom:64px;}
.prduct-llo{width:30%;float:left;background:white;height:433px;border: 1px solid #dcdddd;overflow:hidden;}
.industry-co-img{width:70%;height: 433px;background:url(../images/it.jpg)no-repeat;background-size: cover;float: left;    background-position: center;}

.industry-img-far{margin: 40px 0 0;    background: white;}
.look-two{    margin: 72px 16px 0 0;
    text-align: right;}
.contact{text-decoration: none;line-height: 27.2px;font-size:12px;}
.address{margin:78.88px 0 0 10%;text-decoration: none;}
.bottom-jc{margin-bottom:41.6px;}
.footer-both{height: 100%;color: #c35459;line-height: 116.8px;text-align: center;}

.cal-product img{width:100%}
.cal-industry{background:#f6f5f2;padding: 40px 0;}


.industry-co{}
.cal-concent{height:228px;/*background:url(../images/pru.jpg)no-repeat;*/background-size: 100% 228px;display:none;}
.foot{background:#a8282d;}
.footer{height:116.8px;background: #881f24;border-top: 1px solid rgba(243, 3, 3, 0.26);}
.clear{*zoom:1;}
.clear:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.lan-ge{right: 10%;top: 5%;margin: 0 20px 0 0;}
.marginpo{margin-right: 10%}
.sub span{color:#c7000b;}
.column-tw-pz{
    background: white;
    border: 1px solid #dcdddd;
    margin: 40px 10px 0 0;
    height: 433px;
  }


.news-time:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #898989;
    padding-right: 5px;
    content: "\e689";
}

.arrow:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #d02c35;
    position: relative;
    left: 0;
    content: "\e61d";
    transition: all 1s;
}

.foot-po dd:before {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: white;
    position: relative;
    left: -5px;
    content: "\e61d";
    transition: all 0.5s;
}

.foot-po dd:hover:before {

left: 0px;

}

.rightarrow{position: absolute; bottom:10px;right:15px;}
.rightarrow:after{
  display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #5f5f5f;
    content: "\e60a";
    font-size: 30px;

}

.panel-group .panel+.panel{margin:0;}

/* */
.panel-heading{padding:20px;}
.panel-default&gt;.panel-heading{background:#a8282d;color:white;}
.panel-group .panel+.panel{margin:0;}
.panel-body p:after{
  font-family: "iconfont";
    content: "\e61d";
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#a8282d;
    position: absolute;
    right: 5%;
	top: 0;
}
.panel-body p{line-height:50px;border-bottom:1px solid #881f24;margin:0 20px; position: relative;}
.panel-body{padding:15px 0;}
.mp-foot{padding:20px 0 15px;background:#881f24;color:#c35459;text-align: center;}


.column-ico{
  width: 176px;
  line-height:52px;
  background:url(../images/column-ico.png);
  padding-left:20px;
  font-size: 24px;
  color:white;
}

.column-ico-w{
  width: 176px;
  line-height:52px;
  background:url(../images/column-ico-w.png);
  padding-left:20px;
  font-size: 24px;
  color:#b31b21;

}





.contact-feedback .row{
padding-top:50px;
}

.icon-icon{

  color:black;font-size:1rem;text-align: right;padding-right: 2rem;
}

.icon-icon:hover{

color:#c7000b
}

.mp-Carousel{display:none;}

.slides1 img:first-of-type{display: block;}
.slides1 img:nth-child(2){display: none;}


.slides2 img:first-of-type{display: block;}
.slides2 img:nth-child(2){display: none;}


.slides3 img:first-of-type{display: block;}
.slides3 img:nth-child(2){display: none;}



.t-four{display: none;}
#t-two{display: none;}
.video-img {
    top: 4px;
    width: 130px;
    right: 5px;
    display: flex;
    justify-content: space-between;
}

.nanbar-ss-nav{

}


.nanbar-ss-both{

margin-right: 15px;
}
.seachico{float:right}
.nav-litt {
    float: right;
    margin-left: 20px;
    height: 70px;

}

.swiper5-container{display:none}

.cal-nav{width:25%;float:left;overflow: hidden;}


.nav-seach{
display: inline-block;
width:28px;
height:28px;
background:url(/Content/images/nav-lan.png);
cursor: pointer;
    z-index: 1;
}

.nav-lan{
display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/Content/images/nav-usa.png);
    background-position-x: 28px;
	margin-left: 5px;
	cursor: pointer;
    z-index: 1;
}

.nav-seach-li&gt;span{

    display: flex;
    align-items: center;
    float: left;
    height: 70px;

}

.nav-lang-li&gt;span{

    display: flex;
    align-items: center;
    float: left;
    height: 70px;

}

.nav-seach-li{float:left;    position: relative;}
.nav-lang-li{float:left;    position: relative;}

.down-seach{
width:460px;
 height:0px;
    position: absolute;
    top: 70px;
    left: -400px;
background:#f2f2f2;
    overflow: hidden;
z-index:20;
    display: flex;
    align-items: center;
    justify-content: center;

}


/*第一个模块*/
.column-son-sun {
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sun img{width:100%;height:100%;}
.column-son-sun p:last-of-type{border:none;}

    .column-son-sunMoblie{
        display:none;
    }
.down-seach ul{
  width:350px;
}

.down-seach ul li:first-of-type{
font-size:24px;
color:#010101;
}

.down-seach-li{
	
margin-top:20px;
}

.down-seach-ipt{
width:270px;
height:40px;
border:1px solid #cccccc;
padding-left:10px;
font-size:12px;
}

.down-seach-sub{
width: 80px;
height:40px;
line-height:40px;
font-size:14px;
color:white;
background:#c7000c;
text-align:center;
border:none;
cursor: pointer;
text-transform:uppercase;
}

.down-seach-li p{
display: inline-block;
    float: left;
}

.down-seach ul:after,
.down-seach-li:after
{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d4d4d4; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d4d4d4;opacity:1;
}

input:-ms-input-placeholder{
    color: #d4d4d4;opacity:1;
}

input::-webkit-input-placeholder{
    color: #d4d4d4;opacity:1;
}


.down-lan{
width:460px;
  height:0px;
    position: absolute;
    top: 70px;
    left: -428px;
background:#f2f2f2;
    overflow: hidden;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down-lan ul{
   width:350px;
}

.down-lan ul li:first-of-type{
font-size:24px;
color:#010101;
}

.down-lan-list:after,
.navbar-right:after
{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


.down-lan-list a{
display:block;
float:left;
cursor:pointer;

}

.down-lan-list&gt;div{
float:left;

}

.down-lan-list{
    margin-top: 20px;
}

.down-lan-chinese{

display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/Content/images/nav-lan.png);
    background-position-x: 28px;
    cursor: pointer;

}

.down-lan-usa{
display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/Content/images/nav-usa.png);
    cursor: pointer;
}

.lan-chinese{
font-size:14px;
margin-left:10px;
color:#252525;
margin-top:3px;
}

.lan-usa{
font-size:14px;
margin-left:10px;
color:#252525;
margin-top:3px;
}



.down-lan-list&gt;div:last-of-type{margin-left:35px;}

@media (max-width: 1268px){
.navbar-right{float:none!important;position: relative;}


/*第一个模块*/
.column-son-sun {
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sun img{width:100%;height:100%;}
.column-son-sun p:last-of-type{border:none;}

    .column-son-sunMoblie {
        display:none;
    }
}


@media (max-width: 1200px){





/*.nav-bar{    line-height: 95px;}*/


.nanbar{position: inherit;}

.nav-litt{float:right}

/*第一个模块*/
.column-son-sun {
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sun img{width:100%;height:100%;}
.column-son-sun p:last-of-type{border:none;}

    .column-son-sunMoblie {
        display:none;
    }
}
@media (max-width: 1024px){




.ma-down-nav{display: block;}

.slides1 img:first-of-type{display: none;}
.slides1 img:nth-child(2){display: block;}


.slides2 img:first-of-type{display: none;}
.slides2 img:nth-child(2){display: block;}


.slides3 img:first-of-type{display: none;}
.slides3 img:nth-child(2){display: block;}

.prduct-looker:first-of-type{font-size: 24px!important;}

.foot-list{width:18.5%;}

.cal-nav{width:50%}
.down-nav&gt;ul&gt;li&gt;a:before{
display: inline-block;
content:" ";
width:14px;
height:14px;
background:url(/Content/images/nav-ico1.svg);
background-size:100%;
margin-right:10px;
position: relative;
    top: 3px;
}

/*第一个模块*/
.column-son-sun {
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sun img{width:100%;height:100%;}
.column-son-sun p:last-of-type{border:none;}

    .column-son-sunMoblie {
        display:none;
    }
}


@media (max-width: 992px){
  .industry-co-img{
    width: 100%;
    height: 200px;

    background-size: 100% 100%;
  }

.prduct-llo{
  width: 100%;
  height: 160px;
  margin:0;
  border:0;
}
.foot-menu dl {width:100%;}

  .nav-bar { margin-left: 0px} 

	.navbar-collapse ul{margin:0 -15px;}
	.container-news{width: auto;}

	.navbar-collapse ul li a:after {
		display: none;
	}

.prduct-looker p:nth-child(1) {
    margin: 22px 0 0 20px;
    font-size:24px
}

.foot-menu dl {
     margin-left: 20px; 
}

.column-tw-pz .look,.icon-icon{display: none;}
.padding1 {
    margin: 0 20px 2rem;
}

.foot-menu dd{width:125px; float:left;}

.column-tw-pz{height: 360px;border:0;}
.industry-img-far {
    height: 360px;
}
.navbar-default .navbar-nav&gt;li&gt;a{ 
	font-size: 1.88rem;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #f3f0eb;
}

.column-tw-both{
margin:0px -15px 50px;
}



.navbar-default .navbar-toggle .icon-bar{background-color:black;}

.navbar-default .navbar-toggle {border:none;}

.column-tw-sun{margin-top:30px;}




.navbar-collapse{max-height: 100%;}

.navbar-nav&gt;li&gt;a{
	padding-top: 30px;
    padding-bottom: 30px;
}



.panel-heading{border-radius:0;}
.panel-group .panel{border-radius: 0;}

.mp-foot p{font-size: 1.5rem}
.home-column-con div .row{margin-left:-10px ;margin-right:-10px;}


.news-time{margin-bottom: 20px;}



.nav-bar&gt;li {
    width: 85px;
    text-align: center;
}
.nav-bar&gt;li&gt;a:after {
    content: "/";
    position: absolute;
    margin-left: 5px;
    font-size: 18px;
    color: #cccccc;
}

.foot-list{width:18%;}

.foot-menu{margin-bottom: 0;}

.down-nav&gt;ul&gt;li&gt;a:before{
display: inline-block;
content:" ";
width:14px;
height:14px;
background:url(/Content/images/nav-ico1.svg);
background-size:100%;
margin-right:10px;
position: relative;
    top: 3px;
}

/*第一个模块*/
.column-son-sunMoblie {
      display:block;
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sunMoblie img{width:100%;height:100%;}
.column-son-sunMoblie  p:last-of-type{border:none;}

    .column-son-sunNew {
        display:none;
    }


}

@media (max-width: 768px) {

    /*第一个模块*/
.column-son-sunMoblie {
    display:block;
	height: auto;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sunMoblie img{width:100%;height:100%;}
.column-son-sunMoblie  p:last-of-type{border:none;}

    .column-son-sunNew {
        display:none;
    }

.navbar-right{
    float: none!important;
    position: relative;
}
.column-tw-both{
margin:0px -15px 50px;
}

.news {
    font-size: 24px;
    color: #c7000b;
    padding: 22px 36px 11px;
    font-weight: normal;
}
 .moblie-Emw { display:none;
    }
}

@media (max-width: 767px) {


.down-seach,.down-lan{
    left: 0;
width:100%;
    top: 45px;
}

.nav-seach-li,.nav-lang-li{
    position: inherit;
}

.nanbar-ss-nav{
position: relative;
}

.nav-seach-li&gt;span {
    display: flex;
    align-items: center;
    float: left;
    height: 45px;
}

.nav-lang-li&gt;span {
    display: flex;
    align-items: center;
    float: left;
    height: 45px;
}

.cal-product{
  display: none;
}
.mp-Carousel{display:block}
.swiper5-container{display:block}

.flash{background: #f3f0eb;padding: 10px;}
.column-tw-pz .look,.icon-icon{display: block;}
.prduct-looker p:nth-child(1) {
    margin: 0;
}


  .news-far {

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column-tw-sun&gt;div {
    padding: 1rem 1rem;
}
  .nanbar-ss{display:block; height: 45px;}
    .nav-litt{display: none;}
	.navbar-collapse ul{margin:0 -15px;}
	.container-news{width: auto;}
	.nav-litt{display: none;}
	.navbar-collapse ul li a:after {
		display: none;
	}
	.foot,.footer {display: none;}
	.cal-product{display: none;}
  .nanbar{height:70px;}

.padding1 {
    margin: 0 1rem 2rem;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	position: absolute;
    z-index: 100;
    width: 100%;
    background: white;
	border-top: 7px solid #f3f0eb;
	border-bottom: 7px solid #f3f0eb;
}

.navbar-default .navbar-toggle .icon-bar{background-color:black;}

.navbar-default .navbar-toggle {border:none;}
.news{padding: 22px 10px 20px;
}
.news-far{    padding: 0 10px;}
.news-time {
    padding: 0 10px;
}


.navbar-collapse{max-height: 100%;}

.navbar-nav&gt;li&gt;a{
	padding-top: 30px;
    padding-bottom: 30px;
}

.home-column-con{margin-bottom: 0px;margin-top: 0px}
.panel-heading{border-radius:0;}
.panel-group .panel{border-radius: 0;}

.mp-foot p{font-size: 1rem}
.home-column-con div .row{margin-left:-15px ;margin-right:-15px;}

.nav-mp-Menu{display: block;}


.nav-bar{display: none;}
.navbar-header {
    float: inherit;
    padding: 0 10px;
 position:relative;
  }

.prduct-llo{height:100%;margin:0;}

.foot-menu dl{width:100%;margin: 15px 0 0 0;}

.foot-list{width:100%;}
.foot-menu{margin-bottom: 0px;}
.foot-menu dd {
    width: 125px;}

.prduct-looker {
    padding: 1.12rem 1rem 1rem 1rem;}  

.icon-icon{
padding:0;

} 

.column-tw-both div .row {
    margin-left: -5px;
    margin-right: -5px;
}

.column-tw-pz{
  height:100%;
    margin: 40px 10px 0 10px;
}




.industry-img-far .row{margin:0 -5px;}
.prduct-llo-far .row{margin:0 -5px;}
.industry-co-img {
    height: 195px;
    background-size: 100% 100%;
}

  .cal-product{display: none;}


.column-ico,.column-ico-w{margin:0 10px;}

.flex-container{display: none;}

.swiper3-container{display: block;}


.flash-son{font-size: 18px;line-height: 59px; margin: 0 10px;    border-bottom: 1px solid #f3f0eb!important;}

.column-tw-both{margin-top:0;}
.cal-industry{padding:0;}

.icon-icon2{font}

.down-nav&gt;ul&gt;li&gt;a:before{
display: inline-block;
content:" ";
width:14px;
height:14px;
background:url(/Content/images/nav-ico1.svg);
background-size:100%;
margin-right:10px;
position: relative;
    top: 3px;
    text-align: left;

}
 .moblie-Emw { display:none;
    }
}


@media (max-width: 380px) {
	.foot-menu dd {
    width: 114px;
}
     .moblie-Emw { display:none;
    }
}


@media (max-width: 360px) {
	.mp-foot p{font-size: 12px}
.down-seach-ipt {
    width: 200px;
    height: 40px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    font-size: 12px;
}
 .moblie-Emw { display:none;
    }
}


@media (min-width: 992px){

    .down-nav&gt;ul&gt;li&gt;a:before{
display: inline-block;
content:" ";
width:14px;
height:14px;
background:url(/Content/images/nav-ico1.svg);
background-size:100%;
margin-right:10px;
position: relative;
    top: 3px;
}

}








.dg-container{
	width: 100%;
	height: 500px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
    margin:60px 0px 0px 0px;
 	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 0px 0px 0px 1px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	left: 52%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(/Content/images/3D/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
</pre></body></html>